home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 296 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: olympus.net!usenet
  2. From: dons@olympus.net (Don Schmelling)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: AmiTCP/PPP/Amosaic problem
  5. Date: Mon, 8 Jan 96 14:55:21 PST
  6. Organization: Internet for the Olympic Peninsula
  7. Message-ID: <19960108.11B2908.D601@olympus.net>
  8. References: <4c7kh8$3rr@parsifal.nando.net> <19960108.7D33088.E468@daemon.apana.org.au>
  9. NNTP-Posting-Host: papm005.olympus.net
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11.  
  12. Neil Simmonds (neil@daemon.apana.org.au) wrote:
  13. : Like a lot of you, I too are having problems with getting the dialer in
  14. : ppp1_30.lha to work. Results were as you you suggest exactly.
  15. : I have determined the problem to be with "serial.device" itself. It would
  16. : appear that when something opens the serial.device with a certain setting
  17. : it is locked that way. The thing I blame is the prefences tool Serial.
  18. The serial preferences did not do anything to deserve the blame and is
  19. in fact, *not guilty*.
  20. : As an example, I tried to get ppp0.config to dial using serial.device at
  21. : 19200bps, and then repeated the exercise at a speed of 38400bps.
  22. As long as the modem supports a dte rate, it does not matter what you set
  23. it to in this case.
  24. : The dialscript contained:
  25. : send "ATZ"
  26. send "ATZ\R"
  27. : wait "OK"
  28. : all I wanted was a response from the modem.
  29. : At no time could I get a response from the modem. However, when I loaded
  30. : up my terminal program, I had no problems. This would be because the
  31. : terminal program steals the "serial.device" away from whatever it is that
  32. : has it. This is something that the PPP1_30 dialer cannot do (at least I am
  33. : not aware that it can).
  34. I disagree with the conclusion here.
  35. : So I changed to a replacement for the serial device -- 8n1.device -- and
  36. : retried whithout any problems whatsoever. There are other devices that
  37. : would equally be as good.
  38. :
  39. I do not agree with your assumptions, or methodology, but I do agree with
  40. your end result.  I use 8n1.device myself.
  41.  
  42. The problem with that little script you wrote is that you never told the modem
  43. that there was an EOL.  So the modem just sits there waiting for an EOL.
  44. If you type atz in a term program you automatically hit the return key.
  45. So you need to tell the modem the same thing when you use a script.
  46. The \r combination signifies a <return> with my Supra Fax/Modem V.34 external,
  47. and I believe that this is fairly standard.
  48.  
  49. I hope you can see that the problem you are experiancing is a user error and
  50. not a software error with the serial.device.
  51.  
  52. -------------------------------------   -------------------------------
  53. Don Schmelling   Port Angeles, WA USA | Amiga - Paradigm shift for the
  54.     A1200/540/CD + A1230 50/50/8      |         creative computer user.
  55.            OMNIA EXTARES              |
  56. -------------------------------------   -------------------------------
  57.